home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / Reminder V6.0 / Changes next >
Text File  |  1996-09-26  |  11KB  |  247 lines

  1.  
  2.                                Reminder V6.0
  3.  
  4.                Copyright  1991-95 by Ebbe Holleris Petersen
  5.                       Official release of version 6.0
  6.                             Release date 3/2-95
  7.  
  8.                              E-mail: eep@sbi.dk
  9.  
  10.  
  11. Changes from Reminder V5.9 to V6.0 (minor update)
  12.  
  13.   - If the selected date in the calendar in the input window is the same as
  14.     the actual date, it will be changed when the actual date changes.
  15.     This is especialy useful for those who's machines are always running.
  16.     If Reminder has been running continously for say 3 days, and the input
  17.     window is opened for the first time, the selected date in the calendar
  18.     will be the actual date, and not the date when Reminder was run.
  19.   - Reminder no longer attempts to read ENV:TZ once every minute, so you no
  20.     longer need to 'cd RAM:' before running Reminder, as stated below.
  21.     This was pretty anoying when using SnoopDos etc.
  22.  
  23.   These changes were suggested by Thomas Jensen and Anders Melchiorsen (ThanX).
  24.  
  25.   - added WFLG_NEWLOOKMENUS tag to Reminders clock window, for those running
  26.     V3.x.
  27.  
  28.   This was suggested by Martin Wulffeld (ThanX)
  29.  
  30.   - Fixed bug: Message and Command gadgets in the input window would only
  31.     accept 64 characters in stead of the 70 resp. 240 they where ment to.
  32.  
  33.   ThanX to Mike Krowiak for drawing my attention to this problem.
  34.  
  35.   - Day count can now be set to 'RR' (short for ReRun - sorry it was the best
  36.     I could think of). Say you want a program to run from 20.00 to 23.59
  37.     every day. You would then set the 'From' pattern to '20.00 ??/??-????'
  38.     and 'To' pattern to '23.59 ??/??-????' and 'Day count' to '1'. If the
  39.     machine crashes in that periode and reboots the program would not be run
  40.     again, since it already has been run once. This problem is solved by
  41.     setting 'Day count' to 'RR', which instructs Reminder to reset
  42.     'Day count' to '1' each time Reminder is run (and when pasing midnight).
  43.   - Reminder would not save it's data, unless an old datafile was found.
  44.     Fixed.
  45.   - Tightened up the code a bit.
  46.  
  47.  
  48. Changes from Reminder V5.8 to V5.9 (bugfix)
  49.  
  50.   - Fixed bug in setup window. 'Run'/'Check'/'Cli check' and 'Flash screen'/
  51.     'WB to front' didn't work properly.
  52.   - Reminder didn't use it's builtin defaults properly when run without a
  53.     config file. This has been fixed.
  54.  
  55.   These bugs were reported by Martin Nuttall and Martin Cox (ThanX).
  56.  
  57.   - Changed the way the 'Run'/'Check'/'Cli check' gadget works. It's now more
  58.     logical (I hope) - se Reminder.guide for more info.
  59.  
  60.  
  61. Changes from Reminder V5.7 to V5.8 (bugfix/minor update)
  62.  
  63.   - Fixed version string (again). Hopefully it's now ok.
  64.   - Priority was broken. It would be 5 no matter what. Changes was ignored.
  65.   - Fixed enforcer hit(s).
  66.  
  67.   These bugs were reported by Klaus Alexander Siestrup (ThanX).
  68.  
  69.   - In some situations the message list would be empty, when the input
  70.     window was opened. This is now fixed.
  71.  
  72.   This bug was reported by Anders Melchiorsen (ThanX).
  73.  
  74.   - Reminder now saves it's datafile in a different way: it makes a copy of
  75.     the old datafile, and then modifies the original. If successful it then
  76.     deletes the copy. If not it deletes the modified file, and renames the
  77.     copy to the original name.
  78.   - When attempting to run Reminder twice it will no longer open a
  79.     requester stating that Reminder is already running. In stead Reminders
  80.     setup window will open.
  81.   - Added a icon (Reminder.info) to the archive, for those who want to put
  82.     Reminder in the WBStartup drawer. Just copy Reminder and Reminder.info
  83.     to the WBStartup drawer and all should work.
  84.   - Added icon to Reminder.guide and Changes.
  85.   - Shortened this file, by removing all changes info on versions below
  86.     Reminder V5.0.
  87.  
  88.   Some People have complained, that Reminder reads from there harddisk once
  89.   every minute. This happens because the SAS/C command 'localtime()'
  90.   attempts to read the environment variable TZ (twice). This happens the
  91.   following way:
  92.  
  93.    ChangeDir() to ENV:
  94.    Open() TZ
  95.    ChangeDir() back to default directory
  96.  
  97.   To avoid this simply make RAM: the default directory before running
  98.   Reminder, i.e. put something like the following in your startup-sequence
  99.   (assuming that you run Reminder from your startup-sequence):
  100.  
  101.     cd RAM:
  102.     Run >NIL: sys:bin/Reminder
  103.  
  104.  
  105. Changes from Reminder V5.6 to V5.7 (bugfix/update)
  106.  
  107.   - Reminder now remembers which messages has been shown today, when being
  108.     rerun or after a reset. This makes 'day count' a lot more useful.
  109.   - Changed documentation a bit. As it turned out it is no longer a good
  110.     idea to run Reminder with a stacksize of only 2000 bytes. It should be
  111.     4000 bytes (or more) to be on the safe side.
  112.   - Changed command line arguments:
  113.       -x         is now X=
  114.       -y         is now Y=
  115.       -r/-C/-C   is now MODE=RUN/CHECK/CLI
  116.       Configfile can no longer be specified
  117.     These arguments can also be specified as tooltypes if Reminder is run
  118.     by use of an icon.
  119.   - Reminder ? will print a short description of how to use Reminder.
  120.   - When in editmode pressing <TAB> will activate the message gadget.
  121.  
  122.   All the above changes were suggested by Anders Melchiorsen (ThanX).
  123.  
  124.   - Fixed a bug that sometimes made Reminder think it wasn't able to open
  125.     a window, even when it was.
  126.   - Changed Reminders version string (I hope it now has the right format)
  127.  
  128.   These bugs were reported by Klaus Alexander Siestrup (ThanX).
  129.  
  130.   - Reminder.cfg, will now be saved as ENV:Reminder/Config and
  131.     ENVARC:Reminder/Config.
  132.   - With the configfile commandline option gone, Reminder is no longer 
  133.     able to read Reminder V2.0 datafiles (anyway, I doubt that anybody is
  134.     using that old version any more).
  135.   - The -c (MODE=CHECK) option was broken. The message window would newer
  136.     open.
  137.   - Several minor changes.
  138.   - As of this version a config file is no longer included in the archive -
  139.     it seemed a bit useless.
  140.  
  141. Changes from Reminder V5.5 to V5.6 (bugfix)
  142.  
  143.   - The 68000 version of Reminder crashed whenever it attempted to open
  144.     it's message window, due to a stupid typing error in my makefile, which
  145.     resulted in part of the program being 68030 code.
  146.   - Made clock window one pixel higher
  147.   - Fixed several minor bugs.
  148.  
  149. Changes from Reminder V5.4 to V5.5
  150.  
  151.   - Reminder now can use *any* font, proportional or not.
  152.   - Message and command gadgets in the input window now supports TAB_CYCLE.
  153.   - Reminder now needs and uses reqTools.library.
  154.   - Adjusted setup window, to allow user to choose font.
  155.   - Message window will no longer pop up when the alarm, setup or input
  156.     window is open. It now waits until the window is closed.
  157.     Commands however will still be executed regardless of open windows.
  158.   - As of this version the file Reminder.man will no longer be included in
  159.     the archive.
  160.  
  161. Changes from Reminder V5.3 to V5.4
  162.  
  163.   - No more enforcer hits (hopefully).
  164.   - When run from WBStartup drawer a useless CON: window would open. This
  165.     will no longer happen.
  166.   - Spelling error corrected 'okt' -> 'oct'.
  167.   - when editing a message, minutes, hours, days and months (not years - sorry)
  168.     now can be entered directly using numeric keys, in stead of using the
  169.     cursor keys (which of cause still work).
  170.   - When in edit mode pressing the mouse menu button will exit (without saving
  171.     changes, just like pressing the ESC-key).
  172.   - C:Run is no longer needed to run a command. Also redirection can be used
  173.     (>to_file_name and <from_file_name).
  174.  
  175.   All the above changes were suggested by Anders Melchiorsen (ThanX).
  176.  
  177.   - As of this version the OS1.2+ version of Reminder will no longer be
  178.     included in the archive.
  179.   - The Copy gadget removed in version 4.0, turned out to be more useful than
  180.     I initially thought, so it has been added to the input window again.
  181.   - Rearranged a few gadgets in the alarm and input window.
  182.  
  183. Changes from Reminder V5.2 to V5.3 (bugfix).
  184.  
  185.   - Reminder would sometimes crash the machine when the clock window
  186.     was moved.
  187.  
  188. Changes from Reminder V5.1 to V5.2 (minor update).
  189.  
  190.   - Added menu to Reminders clock window.
  191.   - Several minor bugfixes.
  192.   - Now show and hide (in the commodities control program ExChange) can
  193.     be used to open/close the setup window.
  194.   - Made a amigaguide version of Reminder.man.
  195.  
  196. Changes from Reminder V5.0 to V5.1 (minor update).
  197.  
  198.   - Bug removed: Selecting Right Alt in hotkey sequence didn't work.
  199.   - Bug removed (a damn nasty one to): Input window would sometimes
  200.     crash Reminder the second time it was opened.
  201.   - Bug removed: Not all old messages would be removed as they
  202.     should (thanks to Anders Melchiorsen for reporting this one).
  203.   - Alarm message can now be changed, and it is also possible to
  204.     specify a command to be executed (se setup window).
  205.     Both will be saved in the config file, so I had to change it in
  206.     the process to.
  207.   - Extra spaces in the beginning and end of message and command
  208.     strings will now be removed (so it is no longer possible to fool
  209.     Reminder into believing that a string consisting only of spaces
  210.     is nonempty).
  211.   - Bug removed: Pressing '?' on weekdays in input window would crash
  212.     Reminder.
  213.   - Reminders version can now be read without running the program.
  214.     Just type 'C:version Reminder' in your Shell/CLI.
  215.  
  216. Changes from Reminder V4.7 to V5.0.
  217.  
  218.   - As of version 5.0 Reminder now *ONLY* runs under AmigaDOS 2.0+.
  219.     Reminder V4.7 is also included. It is the last version that runs under
  220.     both AmigaDOS V1.2+ *AND* 2.0+).
  221.   - Reminder is now a commodity.
  222.   - No longer possible to run two (or more) copies of Reminder at the same
  223.     time. Reminder will simply state that it is already running and the
  224.     new copy will exit.
  225.   - Reminder now uses gadtools library (saves 4500 bytes).
  226.   - Setup window layout changed a lot.
  227.   - Message, input and alarm window's changed a bit.
  228.   - The date option previously showed the date in the form of DD/MM-YY.
  229.     Now it shows it without the year, and with the month in the form of
  230.     three letters: DD MMM. It saves some space, is understood everywhere
  231.     and looks better.
  232.   - Reminder no longer shows it's version number in the setup window.
  233.     In stead a copyright notice is shown in the workbench's title bar,
  234.     whenever a reminder window is active.
  235.   - The <enter> key now works just like the <return> key in the input
  236.     window. To exit edit mode and keep changes press Shift (left or right)
  237.     and <return> or <enter>.
  238.   - Until now pressing any key with '?' on, would reset timespecification
  239.     to wildcard. This is fixed, and you will now have to use the right key
  240.     combination(s).
  241.   - Pressing close gadget in clock window (or <hotkey>+<q>) will now work
  242.     even when alarm/setup/input/message window(s) are open.
  243.   - When the setup window is open, moving the clock window will update
  244.     Coord x and y.
  245.   - The number of digits used to display the available chip, fast and total
  246.     memory now depends on the maximum amount of memory available.
  247.